home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMADDOPTIONSBOTTOM / TFMADDOPTIONSBOTTOM.txt
Text File  |  2004-09-09  |  2KB  |  120 lines

  1. object fmAddOptionsBottom: TfmAddOptionsBottom
  2.   Left = 589
  3.   Top = 580
  4.   Width = 424
  5.   Height = 148
  6.   Caption = 'fmAddOptionsBottom'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object laAction: TLabel
  18.     Left = 8
  19.     Top = 38
  20.     Width = 33
  21.     Height = 13
  22.     Caption = 'Ac&tion:'
  23.     FocusControl = cbAction
  24.   end
  25.   object laCompression: TLabel
  26.     Left = 155
  27.     Top = 38
  28.     Width = 63
  29.     Height = 13
  30.     Caption = 'C&ompression:'
  31.     FocusControl = cbCompression
  32.   end
  33.   object Label5: TLabel
  34.     Left = 8
  35.     Top = 82
  36.     Width = 111
  37.     Height = 13
  38.     Caption = '&Multiple Disk Spanning:'
  39.     FocusControl = cbDiskSpanning
  40.   end
  41.   object bvTopLine: TBevel
  42.     Left = 8
  43.     Top = 30
  44.     Width = 402
  45.     Height = 9
  46.     Shape = bsTopLine
  47.   end
  48.   object cbAction: TComboBox
  49.     Left = 8
  50.     Top = 54
  51.     Width = 137
  52.     Height = 21
  53.     Style = csDropDownList
  54.     ItemHeight = 13
  55.     ItemIndex = 0
  56.     TabOrder = 0
  57.     Text = 'Add files'
  58.     Items.Strings = (
  59.       'Add files'
  60.       'Freshen existing files'
  61.       'Move files')
  62.   end
  63.   object cbCompression: TComboBox
  64.     Left = 155
  65.     Top = 54
  66.     Width = 137
  67.     Height = 21
  68.     Style = csDropDownList
  69.     ItemHeight = 13
  70.     ItemIndex = 0
  71.     TabOrder = 1
  72.     Text = 'Maximum'
  73.     Items.Strings = (
  74.       'Maximum'
  75.       'Normal'
  76.       'Minimum'
  77.       'None')
  78.   end
  79.   object cbDiskSpanning: TComboBox
  80.     Left = 8
  81.     Top = 98
  82.     Width = 137
  83.     Height = 21
  84.     Style = csDropDownList
  85.     ItemHeight = 13
  86.     ItemIndex = 0
  87.     TabOrder = 2
  88.     Text = 'Automatic'
  89.     Items.Strings = (
  90.       'Automatic'
  91.       'No Spanning')
  92.   end
  93.   object buPassword: TButton
  94.     Left = 304
  95.     Top = 52
  96.     Width = 105
  97.     Height = 25
  98.     Caption = '&Password'
  99.     TabOrder = 3
  100.     OnClick = buPasswordClick
  101.   end
  102.   object buHelp: TButton
  103.     Left = 333
  104.     Top = 0
  105.     Width = 75
  106.     Height = 23
  107.     Caption = '&Help'
  108.     TabOrder = 4
  109.     OnClick = buHelpClick
  110.   end
  111.   object ckSaveFullPath: TCheckBox
  112.     Left = 169
  113.     Top = 100
  114.     Width = 108
  115.     Height = 17
  116.     Caption = '&Save full path info'
  117.     TabOrder = 5
  118.   end
  119. end
  120.